home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 October / DPPCPRO1005.ISO / Assets / Interface / Main.dxr / Frame Scripts_2_frame 2.ls < prev    next >
Encoding:
Text File  |  2005-05-20  |  189 b   |  13 lines

  1. on prepareFrame me
  2.   global dataSource
  3.   xmlStatus = dataSource.getStatus()
  4.   case xmlStatus.status of
  5.     0:
  6.       go(the frame)
  7.     1:
  8.       go(#next)
  9.     (-1):
  10.       exit
  11.   end case
  12. end
  13.